1   /**OK: for test allowing to place javadoc before PACKAGE_DEF.*/
2   package com.puppycrawl.tools.checkstyle.checks.whitespace.emptylineseparator.packageinfo.test2;
3   
4   //that import is for doing check of PACKAGE_DEF,
5   //because EmptyLineSeparatorCheck doesn't check last token
6   import java.lang.System;